go/types.Checker.initVar (method)

6 uses

	go/types (current package)
		assignments.go#L156: func (check *Checker) initVar(lhs *Var, x *operand, context string) {
		assignments.go#L413: 			check.initVar(lhs, &x, context)
		assignments.go#L443: 			check.initVar(lhs, rhs[i], context)
		decl.go#L507: 		check.initVar(obj, &x, "variable declaration")
		stmt.go#L964: 				check.initVar(obj, &x, "range clause")
		stmt.go#L970: 				check.initVar(obj, &y, "assignment") // error is on variable, use "assignment" not "range clause"